home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts6-06
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Static Local Variable in Non-Static Member Function
- Date: Sat, 09 Mar 96 20:45:39 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4hsqlv$rsm@sam.inforamp.net>
- References: <4hpo7c$9qv@clarknet.clark.net>
- NNTP-Posting-Host: ts6-06.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4hpo7c$9qv@clarknet.clark.net>,
- gusty@clark.net (Harlan Messinger) wrote:
- >Is flag in a.func() the same as flag in b.func(), or do a.func() and
- >b.func() have their own separate static locals named flag? That is, is
- >flag static or non-static to the class?
-
- They have one common static flag.
-
- Agrivar
-